home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / game / think / AmiChess.lha / AmiChess / src / config.h < prev    next >
Text File  |  2002-10-13  |  4KB  |  128 lines

  1. /* src/config.h.  Generated automatically by configure.  */
  2. /* src/config.h.in.  Generated automatically from configure.ac by autoheader.  */
  3.  
  4. /* Define if you have the `alarm' function. */
  5. #define HAVE_ALARM 1
  6.  
  7. /* Define if you have the <errno.h> header file. */
  8. #define HAVE_ERRNO_H 1
  9.  
  10. /* Define if you have the <fcntl.h> header file. */
  11. #define HAVE_FCNTL_H 1
  12.  
  13. /* Define if you have the `gettimeofday' function. */
  14. #define HAVE_GETTIMEOFDAY 1
  15.  
  16. /* Define if you have the <inttypes.h> header file. */
  17. /* #undef HAVE_INTTYPES_H */
  18.  
  19. /* Define if you have the `m' library (-lm). */
  20. /* #undef HAVE_LIBM */
  21.  
  22. /* Define if you have the `ncurses' library (-lncurses). */
  23. /* #undef HAVE_LIBNCURSES */
  24.  
  25. /* Define if you have the `readline' library (-lreadline). */
  26. /* #undef HAVE_LIBREADLINE */
  27.  
  28. /* Define if your system has a working `malloc' function. */
  29. #define HAVE_MALLOC 1
  30.  
  31. /* Define if you have the <memory.h> header file. */
  32. #define HAVE_MEMORY_H 1
  33.  
  34. /* Define if you have the `memset' function. */
  35. #define HAVE_MEMSET 1
  36.  
  37. /* Define if you have the <readline/history.h> header file. */
  38. /* #undef HAVE_READLINE_HISTORY_H */
  39.  
  40. /* Define if you have the <readline/readline.h> header file. */
  41. /* #undef HAVE_READLINE_READLINE_H */
  42.  
  43. /* Define if you have the <stdint.h> header file. */
  44. /* #undef HAVE_STDINT_H */
  45.  
  46. /* Define if you have the <stdlib.h> header file. */
  47. #define HAVE_STDLIB_H 1
  48.  
  49. /* Define if you have the `strchr' function. */
  50. #define HAVE_STRCHR 1
  51.  
  52. /* Define if you have the `strcspn' function. */
  53. #define HAVE_STRCSPN 1
  54.  
  55. /* Define if you have the `strerror' function. */
  56. #define HAVE_STRERROR 1
  57.  
  58. /* Define if you have the <strings.h> header file. */
  59. #define HAVE_STRINGS_H 1
  60.  
  61. /* Define if you have the <string.h> header file. */
  62. #define HAVE_STRING_H 1
  63.  
  64. /* Define if you have the `strstr' function. */
  65. #define HAVE_STRSTR 1
  66.  
  67. /* Define if you have the `strtol' function. */
  68. #define HAVE_STRTOL 1
  69.  
  70. /* Define if you have the `strtoul' function. */
  71. #define HAVE_STRTOUL 1
  72.  
  73. /* Define if you have the <sys/file.h> header file. */
  74. #define HAVE_SYS_FILE_H 1
  75.  
  76. /* Define if you have the <sys/ioctl.h> header file. */
  77. #define HAVE_SYS_IOCTL_H 1
  78.  
  79. /* Define if you have the <sys/stat.h> header file. */
  80. #define HAVE_SYS_STAT_H 1
  81.  
  82. /* Define if you have the <sys/time.h> header file. */
  83. #define HAVE_SYS_TIME_H 1
  84.  
  85. /* Define if you have the <sys/types.h> header file. */
  86. #define HAVE_SYS_TYPES_H 1
  87.  
  88. /* Define if you have the <time.h> header file. */
  89. #define HAVE_TIME_H 1
  90.  
  91. /* Define if you have the <unistd.h> header file. */
  92. #define HAVE_UNISTD_H 1
  93.  
  94. /* Name of package */
  95. #define PACKAGE "gnuchess"
  96.  
  97. /* Define as the return type of signal handlers (`int' or `void'). */
  98. #define RETSIGTYPE void
  99.  
  100. /* The size of a `long', as computed by sizeof. */
  101. #define SIZEOF_LONG 4
  102.  
  103. /* Define if you have the ANSI C header files. */
  104. #define STDC_HEADERS 1
  105.  
  106. /* Define if you can safely include both <sys/time.h> and <time.h>. */
  107. #define TIME_WITH_SYS_TIME 1
  108.  
  109. /* Define if your <sys/time.h> declares `struct tm'. */
  110. /* #undef TM_IN_SYS_TIME */
  111.  
  112. /* Version number of package */
  113. #define VERSION "5.04"
  114.  
  115. /* Define if your processor stores words with the most significant byte first
  116.    (like Motorola and SPARC, unlike Intel and VAX). */
  117. /* #undef WORDS_BIGENDIAN */
  118.  
  119. /* Define to empty if `const' does not conform to ANSI C. */
  120. /* #undef const */
  121.  
  122. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  123.    if it is not supported. */
  124. /* #undef inline */
  125.  
  126. /* Define to `unsigned' if <sys/types.h> does not define. */
  127. /* #undef size_t */
  128.